home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- global vtrans, Vljud, Vcursors
- put vtrans
- if the key = "1" then
- set the soundLevel to 1
- else
- if the key = "2" then
- set the soundLevel to 2
- else
- if the key = "3" then
- set the soundLevel to 3
- else
- if the key = "4" then
- set the soundLevel to 4
- else
- if the key = "5" then
- set the soundLevel to 5
- else
- if the key = "6" then
- set the soundLevel to 6
- else
- if the key = "7" then
- set the soundLevel to 7
- else
- if the key = "9" then
- set Vcursors to 1
- else
- if the key = "8" then
- set Vcursors to 0
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on ljudner
- if the machineType = 256 then
- puppetSound(0)
- exit
- else
- repeat while the volume of sound 1 > 0
- set the volume of sound 1 to the volume of sound 1 - 25
- wait(3)
- end repeat
- puppetSound(0)
- end if
- end
-
- on ljudup
- if the machineType = 256 then
- exit
- else
- repeat while the volume of sound 1 < 255
- set the volume of sound 1 to the volume of sound 1 + 25
- wait(2)
- end repeat
- end if
- end
-